home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 73747 / 73747.xpi / install.rdf < prev    next >
Extensible Markup Language  |  2010-02-08  |  874b  |  22 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  3.  
  4.     <Description about="urn:mozilla:install-manifest">
  5.  
  6.         <em:id>texto@hopson.ws</em:id>
  7.         <em:name>Texto</em:name>
  8.         <em:version>3.0.1</em:version>
  9.         <em:description>Open textareas in an external application</em:description>
  10.         <em:creator>Based on Mozex by Eric Hamiter, Paolo Kaosmos, Vladimir Marek; tweaks by Robert Hopson and Scott McCammon of the OSUOSL</em:creator>
  11.         <em:targetApplication>
  12.             <Description>
  13.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  14.                 <em:minVersion>3.6</em:minVersion>
  15.                 <em:maxVersion>3.6.*</em:maxVersion>
  16.             </Description>
  17.         </em:targetApplication>
  18.         <em:optionsURL>chrome://texto/content/pref-texto.xul</em:optionsURL>
  19.         <em:homepageURL>http://hopson.ws/blog/</em:homepageURL>
  20.     </Description>
  21. </RDF>
  22.